Feature: Ghost tags

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 41.507s

Scenario: Como usuario inicio sesion, creo un tag de manera correcta y luego lo actualizo de manera correcta

Before 0m 0.718s
Given I navigate to page "http://localhost:2368/ghost/" 0m 0.820s
And I wait for 5 seconds 0m 5.173s
When I enter email 'test@test.com' 0m 0.348s
And I wait for 2 seconds 0m 2.171s
And I enter password 'lol1234567' 0m 0.265s
And I wait for 2 seconds 0m 2.142s
And I click next 0m 0.198s
And I wait for 7 seconds 0m 7.240s
And I go to tags section 0m 0.301s
And I wait for 2 seconds 0m 2.231s
And I click on "New Tag" button 0m 0.306s
And I wait for 2 seconds 0m 2.170s
And I enter the new tag name "testTag-toUpdate" 0m 0.345s
And I wait for 1 seconds 0m 1.223s
And I enter the new tag slug "testTag-toUpdate" 0m 0.364s
And I wait for 1 seconds 0m 1.148s
And I enter the new tag description "description testTag-toUpdate" 0m 0.399s
And I wait for 2 seconds 0m 2.132s
And I click on "Save" button 0m 0.234s
And I wait for 2 seconds 0m 2.194s
And I go to tags section 0m 0.238s
And I click on the created tag "testTag-toUpdate" 0m 0.243s
And I wait for 5 seconds 0m 5.187s
And I enter the new tag name "testTag-UPDATED" 0m 0.346s
And I wait for 1 seconds 0m 1.193s
And I enter the new tag slug "testTag-UPDATED" 0m 0.345s
And I wait for 1 seconds 0m 1.166s
And I click on "Save" button 0m 0.233s
Then I go to tags section 0m 0.231s
And I check the created tag "testTag-UPDATED" appears on the list 0m 0.197s
After 0m 0.006s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/"
And I wait for 5 seconds
When I enter email 'test@test.com'
And I wait for 2 seconds
And I enter password 'lol1234567'
And I wait for 2 seconds
And I click next
And I wait for 7 seconds
And I go to tags section
And I wait for 2 seconds
And I click on "New Tag" button
And I wait for 2 seconds
And I enter the new tag name "testTag-toUpdate"
And I wait for 1 seconds
And I enter the new tag slug "testTag-toUpdate"
And I wait for 1 seconds
And I enter the new tag description "description testTag-toUpdate"
And I wait for 2 seconds
And I click on "Save" button
And I wait for 2 seconds
And I go to tags section
And I click on the created tag "testTag-toUpdate"
And I wait for 5 seconds
And I enter the new tag name "testTag-UPDATED"
And I wait for 1 seconds
And I enter the new tag slug "testTag-UPDATED"
And I wait for 1 seconds
And I click on "Save" button
Then I go to tags section
And I check the created tag "testTag-UPDATED" appears on the list
After
NO IMAGE AVAILABLE